From 5c152192d7f2e297df566d66c91ed58b6f338824 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 22 Apr 2018 22:20:57 +0100 Subject: [PATCH] themes: Fix a new comment bah. --- gtk/theme/Adwaita/_common.scss | 2 +- gtk/theme/HighContrast/_common.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 1e9b4bda35..d65f368860 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -962,7 +962,7 @@ toolbar.inline-toolbar toolbutton:backdrop { } } -// Other widgets let CSS give the order, so 1st/last child are at text start/end +// Other widgets use widget child order, so 1st/last child are at text start/end %linked_flippable { @extend %linked_middle; diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index 0ee510500f..2b2f427ee3 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -770,7 +770,7 @@ toolbar.inline-toolbar toolbutton:backdrop { } } -// Other widgets let CSS give the order, so 1st/last child are at text start/end +// Other widgets use widget child order, so 1st/last child are at text start/end %linked_flippable { @extend %linked_middle; -- 2.30.2